home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 1736 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1006 b 

  1. Path: crl.crl.com!not-for-mail
  2. From: bobfry@crl.com (Robert Fry)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: c/dos memory allocation mixing ?
  5. Date: 16 Jan 1996 09:29:03 -0800
  6. Organization: CRL Dialup Internet Access
  7. Message-ID: <4dgn8v$5gi@crl.crl.com>
  8. References: <4dfmp4$678@thor.atcon.com>
  9. NNTP-Posting-Host: crl.com
  10.  
  11. It depends on your compiler and which DOS memory allocation routines you 
  12. use. You'd be best off checking a DOS-specific group for definitive 
  13. information, but I have always avoided doing what you're suggesting like 
  14. the plague. It's quite dangerous, and can mess up your heaps if your 
  15. compiler vendor didn't do his job right.
  16.  
  17. aa176@ccn.cs.dal.ca (Konrad Byers) writes:
  18.  
  19. >Is there a problem with mixing C and dos memory allocation? This is
  20. >the only thing I can think of that might be messing up my program but
  21. >I really need to do this. Any help GREATLY appreciated!!! I've had
  22. >this bug at the back of my mind for months and it's time to solve it
  23. >once and for all. I need a life again!
  24.  
  25.